/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[7].use[3]!./styles/post.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
.post_container__WUwGB {
  padding: 0 20px;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.5;
  white-space: pre-line;
}

.post_container__WUwGB h1 {
  font-size: 32px;
}

.post_container__WUwGB img {
  width: 100%;
  height: auto;
}

.post_container__WUwGB figure {
  margin-left: 0;
  margin-right: 0;
}

.post_container__WUwGB figcaption {
  opacity: 0.6;
}

.post_name__KYhtG {
  font-size: 36px;
}

.post_back__Gjrkm {
  display: inline-block;
  margin-bottom: 20px;
}

.post_bold__xro2Y {
  font-weight: bold;
}

.post_code__CF_2n {
  font-family: monospace;
  background-color: rgb(242, 242, 242);
  padding: 2px 4px;
  border-radius: 2px;
}

.post_italic__ZkoS4 {
  font-style: italic;
}

.post_pre__zPI4k {
  background-color: rgb(242, 242, 242);
  padding: 2px 4px;
  margin: 20px 0;
  line-height: 2.3;
  border-radius: 12px;
  overflow: auto;
}

.post_code_block__k19UZ {
  padding: 20px;
  font-family: monospace;
  display: flex;
  flex-wrap: wrap;
}

.post_file__W3VR9 {
  padding: 2px 4px;
  text-decoration: none;
}

.post_file__W3VR9 a {
  color: inherit;
}

.post_file__W3VR9:hover {
  background: rgba(55, 53, 47, 0.08);
  cursor: pointer;
  border-radius: 2px;
}

.post_italic__ZkoS4 {
  font-style: italic;
}

.post_strikethrough__nMYex {
  text-decoration: line-through;
}

.post_underline__i8AXH {
  text-decoration: underline;
}

.post_bookmark__0dr6K {
  display: block;
  margin-bottom: 10px;
}

.post_table__G1zAM {
  border: 1px solid currentColor;
  border-collapse: collapse;
}
.post_table__G1zAM th {
  border: 1px solid currentColor;
  background-color: rgb(242, 242, 242);
  padding: 6px 12px;
}
.post_table__G1zAM td {
  border: 1px solid currentColor;
  padding: 6px 12px;
}

.post_row__Ms9UV {
  display: flex;
}

.post_row__Ms9UV > div {
  flex: 1 1;
}

.post_childPage__0rSHk {
  border: 1px solid currentColor;
  padding: 20px;
  border-radius: 12px;
}

@media (prefers-color-scheme: dark) {
  .post_code__CF_2n,
  .post_table__G1zAM,
  .post_pre__zPI4k {
    background-color: rgb(15, 8, 28);
  }
  .post_file__W3VR9:hover {
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    border-radius: 2px;
  }
}

